.position-relative {
    position: relative !important;
}

.insta-item {
    position: relative;
    margin-bottom: 20px;
}

.instagram .insta-item a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: 0.6s ease-out;
}

.logo img {
    height: 35px;
}

.logo-mobile img {
    height: 25px;
}

.producimg {
    height: 390px;
    object-fit: contain;
    background: #fcfcfc;
}

.producimg img {
    height: 100%;
    object-fit: contain;
}

.ltext-104 {
    text-transform: none;
}

.ltext-104 b {
    color: #B86A55;
}

.filterpatentname {
    color: #333;
    text-transform: uppercase;
}

.filterpatentname:hover {
    color: #B86A55 !important;
}

.quotetext {
    font-size: 4em;
    padding: 1rem 10rem;
    text-transform: uppercase;
    font-family: 'Poppins-Light';
}

.quotetext b {
    color: #B86A55;
    font-family: 'Poppins-Bold' !important;
}

.monos{
    margin-bottom: 30px;
}

.monos img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    object-fit: contain;
    border: 2px solid #ddd;
    margin-right: 15px;
}

.monos img.active {
    border: 2px solid #B86A55 !important;
}

.monos p {
    font-size: 14px;
    margin-top: 10px;
    visibility: hidden;
    color: #B86A55;
    position: absolute;
}

.monos:hover p {
    visibility: visible;
}

.composant {
    margin-right: 15px;
    text-align: center;
}

.composant p {
    font-size: 12px;
    width: 100px;
    margin-top: 5px;
    text-align: center;
}

.composant img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    object-fit: contain;
}

.nav-link.active {
    color: #B86A55 !important;
    border-color: #B86A55 !important;
}

.filter-link-active {
    color: #B86A55;
    border-bottom: 1px solid #B86A55;
}

.wrap-menu-desktop {
    top: 0;
}

.text-primaryorg{
    color: #B86A55;
}

button:disabled {
    cursor: not-allowed;
    opacity: .8;
    pointer-events: none;
}

.main-menu>li:hover>a {
    text-decoration: none;
    color: #B86A55;
}

.how-itemcart1:hover:after {
    opacity: 0;
}

.category-group {
    margin-right: 30px;
    margin-bottom: 30px;
}

label input {
    margin-right: 10px;
}

.filter-link:hover {
    border: none !important;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.slick1-dots li {
    width: 190px;
    height: 100px;
}

.slick1-dots li img {
    width: 190px !important;
    height: 100px !important;
    object-fit: cover !important;
}

.bannier {
    height: 600px;
    cursor: pointer;
    background-size:contain !important;
}

.bannier {
    transition: transform 0.3s ease;
    transform: scale(0.99); /* initial zoom-in effect */
}

.bannier:hover {
    transform: scale(1);
    filter: brightness(1.01);
}

.fz30{
    font-size: 30px;

}

.fz18{
    font-size: 18px;
}

@media (max-width: 767px) {

    /* Styles for phones */
    .quotetext {
        font-size: 2.5em;
        padding: 1rem 1rem;
    }

    .flexmobile {
        flex-direction: column !important;
    }

    .producimg img {
        object-fit: cover !important;
    }

    .bannier{
        height: auto;
    }
}